Autogenerated HTML docs for v2.1.0-rc0-52-gaa544
diff --git a/RelNotes/2.0.4.txt b/RelNotes/2.0.4.txt new file mode 100644 index 0000000..7e34092 --- /dev/null +++ b/RelNotes/2.0.4.txt
@@ -0,0 +1,5 @@ +Git v2.0.4 Release Notes +======================== + + * An earlier update to v2.0.2 broken output from "git diff-tree", + which is fixed in this release.
diff --git a/RelNotes/2.1.0.txt b/RelNotes/2.1.0.txt index be598ad..5cfb0ab 100644 --- a/RelNotes/2.1.0.txt +++ b/RelNotes/2.1.0.txt
@@ -138,10 +138,12 @@ when only small part of the working tree changes. * Effort to shrink the size of patches Windows folks maintain on top - by upstreaming them continues. + by upstreaming them continues. More tests that are not applicable + to the Windows environment are identified and either skipped or + made more portable. - * Patches maintained by msysgit folks for Windows port are being - upstreamed here a bit by bit. + * Eradication of "test $condition -a $condition" from our scripts + continues. * The leaf function to check validity of a refname format has been micro-optimized, using SSE2 instructions when available. A few
diff --git a/git.txt b/git.txt index a0f1ede..b1c4f7a 100644 --- a/git.txt +++ b/git.txt
@@ -43,9 +43,10 @@ branch of the `git.git` repository. Documentation for older releases are available here: -* link:v2.0.3/git.html[documentation for release 2.0.3] +* link:v2.0.4/git.html[documentation for release 2.0.4] * release notes for + link:RelNotes/2.0.4.txt[2.0.4], link:RelNotes/2.0.3.txt[2.0.3], link:RelNotes/2.0.2.txt[2.0.2], link:RelNotes/2.0.1.txt[2.0.1],